home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Prog
/
T
/
TC Prog Guide.cpt
/
picture ƒ
/
atring.h
< prev
next >
Wrap
Text File
|
1991-02-16
|
495b
|
23 lines
/*
* FILE: atring.h
* AUTHOR: R. Gonzalez
* CREATED: November 9, 1990
*
* Defines atomic animated ring of satellites for pict application.
*/
# ifndef atring_h
# define atring_h
# include "anring.h"
/******************************************************************
* animated ring. Animated segment consisting of several
* satellites of any type.
******************************************************************/
struct Atomic_Ring:Animated_Ring
{
boolean init(void);
};
# endif